summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/list_item_settings_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/layout/list_item_settings_header.xml')
-rw-r--r--src/android/app/src/main/res/layout/list_item_settings_header.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/android/app/src/main/res/layout/list_item_settings_header.xml b/src/android/app/src/main/res/layout/list_item_settings_header.xml
index 9debb7ba5..abd24df6f 100644
--- a/src/android/app/src/main/res/layout/list_item_settings_header.xml
+++ b/src/android/app/src/main/res/layout/list_item_settings_header.xml
@@ -2,16 +2,16 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="48dp">
+ android:layout_height="48dp"
+ android:paddingVertical="4dp"
+ android:paddingHorizontal="@dimen/spacing_large">
- <TextView
+ <com.google.android.material.textview.MaterialTextView
+ style="@style/TextAppearance.Material3.TitleSmall"
android:id="@+id/text_header_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="start|center_vertical"
- android:layout_marginHorizontal="@dimen/spacing_large"
- android:layout_marginBottom="@dimen/spacing_small"
- android:layout_marginTop="@dimen/spacing_small"
android:textColor="?attr/colorPrimary"
android:textAlignment="viewStart"
android:textStyle="bold"